strLongNull() Function

Function strLongNull(ByVal i As Integer) As String

Returns a numeric integer value as a String representation, but returns a Null String when the supplied value is zero (0).  Function used to prepare numeric value for display in Form Text Controls where a zero entry implies a missing entry.

Note: This function takes a Standard Integer (32 Bit Range) and not the full 64 Bit (Windows Long) Integer.

See also: strLong() Function

Level 1 Class Function